toggle menu
Spring Boot Kotlin API
4.0.0-M3
jvm
switch theme
search in API
Spring Boot Kotlin API
/
org.springframework.boot.docs.testing.springbootapplications.springwebfluxtests
Package-level
declarations
Types
Types
My
Controller
Tests
Link copied to clipboard
@
WebFluxTest
(
value
=
[
UserVehicleController::class
]
)
class
MyControllerTests
(
@
Autowired
val
webClient
:
WebTestClient
)
User
Vehicle
Controller
Link copied to clipboard
class
UserVehicleController
User
Vehicle
Service
Link copied to clipboard
class
UserVehicleService
Vehicle
Details
Link copied to clipboard
data
class
VehicleDetails
(
val
make
:
String
,
val
model
:
String
)